Next:
vcd_mosaic plot
, Previous:
hello(shiny)
, Up:
Index
install shiny
shiny(샤이니)
shiny의 서버를 설치해 서버와 클라이언트에 적합한 R 스크리블를 저장한 후,
R로 분석 결과를 퍼블리싱 할 수 있다.
웹 프로그래밍 지식이 없더라도, 인터렉티브한 웹 그래픽을 만들수 있는 환경을 제공한다.
options
(
repos
=
c
(
Rstudio
=
"http://rstudio.org/_packages"
,
getOption
(
'repos'
)))
install.packages
(
'shiny'
)
library
(
shiny
)
runExample
(
"01_hello"
)
runExample
(
"02_text"
)
runExample
(
"03_reactivity"
)